Extension point pipe
In component org.nuxeo.ecm.core.event.EventServiceComponent
Documentation
Extension point to contribute event pipe.
An event pipe is a where Nuxeo events will be sent for asynchronous processing.
Example pipe definition:
<eventPipe class="org.nuxeo.ecm.core.event.pipe.DummyPipe"
name="dummyPipe1" priority="0">
<parameters>
<parameter name="foo">bar</parameter>
</parameters>
</eventPipe>
Contribution Descriptors
- Class: org.nuxeo.ecm.core.event.pipe.EventPipeDescriptor